home *** CD-ROM | disk | FTP | other *** search
/ Run Magazine ReRun 1989 Special Issue / rerun-1989-special-issue.d64 / irq source#2 < prev    next >
Text File  |  2022-09-20  |  297b  |  11 lines

  1.  
  2.       LDA #<NEWNMI        ; Set up for New MNI
  3.       STA $0318 
  4.       LDA #>NEWNMI
  5.       STA $0319
  6.       RTS
  7. NEWNMI
  8.       INC $D020           ; Increment Border Color register
  9.       INC $D021           ; Increment Background Color register
  10.       JMP $FE47           ; Jump to regular NMI routine
  11.